From: Jay Belanger Date: Mon, 9 Aug 2010 02:30:10 +0000 (-0500) Subject: calc.texi (Customizing Calc): Rearrange description of new X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7014 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b4d0c7ce78617b3969fd1e9b28505b607964df7a;p=emacs.git calc.texi (Customizing Calc): Rearrange description of new variables to match the presentation of other variables. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 13f4fdf09d1..4d2307f055f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2010-08-09 Jay Belanger + + * calc.texi (Customizing Calc): Rearrange description of new + variables to match the presentation of other variables. + 2010-08-08 Juanma Barranquero * org.texi (Footnotes, Tables in HTML export): Fix typos. diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 5e4fc5c8486..f0b79e95dc8 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -35214,6 +35214,7 @@ and @code{calc-embedded-open-close-plain-alist}. @defvar calc-highlight-selections-with-faces @defvarx calc-selected-face @defvarx calc-nonselected-face +See @ref{Displaying Selections}.@* The variable @code{calc-highlight-selections-with-faces} determines how selected sub-formulas are distinguished. If @code{calc-highlight-selections-with-faces} is nil, then @@ -35224,7 +35225,7 @@ If @code{calc-highlight-selections-with-faces} is t, then a selected sub-formula is distinguished either by displaying the non-selected portion of the formula with @code{calc-nonselected-face} or by displaying the selected sub-formula with -@code{calc-nonselected-face}. (@pxref{Displaying Selections}.) +@code{calc-nonselected-face}. @end defvar @defvar calc-multiplication-has-precedence diff --git a/lisp/calc/README b/lisp/calc/README index 4b32ada63ad..cf3a697c5d7 100644 --- a/lisp/calc/README +++ b/lisp/calc/README @@ -74,6 +74,8 @@ Summary of changes to "Calc" Emacs 24.1 +* Added option to highlight selections using faces. + * Gave `calc-histogram' the option of using a vector to determine the bins. * Added "O" option prefix.